home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / Bureautique / PDFCreator / PDFCreator-2_0_1-setup.exe / {app} / PDFCreator_english.chm / _static / style.css < prev    next >
Cascading Style Sheet File  |  2014-12-16  |  2KB  |  122 lines

  1. @import url("agogo.css");
  2.  
  3. div.sidebar li.toctree-l1.current a {
  4.   border-right: 5px solid #C5091D;
  5. }
  6.  
  7. div.document ul {
  8.   margin-top: 0em;
  9.   margin-bottom: 0em;
  10. }
  11.  
  12. div.header-wrapper {
  13.   background: #000;
  14.   border-bottom: 3px solid #C5091D;
  15. }
  16.  
  17. div.footer-wrapper {
  18.   background: none;
  19.   border-top: 4px solid #C5091D;
  20. }
  21.  
  22. div.footer, div.footer a {
  23.   color: #333;
  24. }
  25.  
  26. div.admonition {
  27.   background-color: #f8f8f8;
  28. }
  29.  
  30. div.admonition.warning {
  31.   border-left: 0.2em solid #F79000;
  32.   background-color: #FFF8EF;
  33. }
  34.  
  35. .warning p.admonition-title {
  36.     color: #F79000;
  37. }
  38.  
  39. div.header .headertitle a {
  40.   font-weight: bold;
  41. }
  42.  
  43. div.header {
  44.   padding-top: 20px;
  45. }
  46.  
  47. div.document li.toctree-l1 {
  48.   margin-bottom: .4em;
  49. }
  50.  
  51. h2 {
  52.   padding-bottom: .3em;
  53.   border-bottom: 1px solid #C5091D;
  54. }
  55.  
  56. div.header, div.content, div.footer {
  57.   width: 70em;
  58.   max-width: 100%;
  59.   margin-left: auto;
  60.   margin-right: auto;
  61. }
  62.  
  63. .header-wrapper, .content-wrapper, .footer-wrapper {
  64.   padding-left: 10px;
  65.   padding-right: 10px;
  66. }
  67.  
  68.  
  69. table {
  70.     border-collapse: collapse;
  71.     text-align: left;
  72.     width: 100%;
  73.     background: #fff;
  74.     overflow: hidden;
  75.     border: 1px solid #8C8C8C;
  76.     -webkit-border-radius: 3px;
  77.     -moz-border-radius: 3px;
  78.     border-radius: 3px;
  79. }
  80.  
  81. table td, table th {
  82.     padding: 3px 10px;
  83. }
  84.  
  85. table thead th {
  86.     background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8C8C8C), color-stop(1, #7D7D7D) );
  87.     background: -moz-linear-gradient( center top, #8C8C8C 5%, #7D7D7D 100% );
  88.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C8C8C', endColorstr='#7D7D7D');
  89.     background-color: #8C8C8C;
  90.     color: #FFFFFF;
  91.     font-size: 15px;
  92.     font-weight: bold;
  93.     border-left: 1px solid #A3A3A3;
  94. }
  95.  
  96. table thead th:first-child {
  97.     border: none;
  98. }
  99.  
  100. table tbody td {
  101.     border-left: 1px solid #DBDBDB;
  102.     font-weight: normal;
  103.     font-size: 0.85em;
  104. }
  105.  
  106. tr.row-odd {
  107.     background: #EBEBEB;
  108.     color: #333333;
  109. }
  110.  
  111. tr.row-even {
  112.     background-color:#fff;
  113.     color: #333333;
  114. }
  115.  
  116. table tbody td:first-child {
  117.     border-left: none;
  118. }
  119.  
  120. table tbody tr:last-child td {
  121.     border-bottom: none;
  122. }